home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / mus / play / tracker_4_31.lzh / tracker / Arch / NeXT / readme < prev   
Text File  |  1995-02-27  |  1KB  |  28 lines

  1. This is the NeXTstep port of tracker. It was originally done on m68k
  2. hardware, but other people have tried it on the other NeXTStep platforms
  3. as well (and submitted patches if necessary ;)).
  4.  
  5. These are the main changes I had to make, in case someone is interested:
  6.  
  7. * I added support for sgtty ("old" BSD) style terminal settings to Unix/ui.c.
  8.   I have also cleaned this up and made it architecture independent. I have
  9.   verified that it works on Suns, too. See Arch/config.h.sample for the way
  10.   to use it.
  11. * I created a new variable 'play_ahead' that tells how many buffer blocks
  12.   are queued before waiting for the sound to actually play. The buffering 
  13.   is required to ensure continous play, even if the program is not running 
  14.   continously (like when you're actuallay working with the computer ;-)) 
  15.   I could have made the value settable with a command line option, but this
  16.   would be architecture dependent. Instead it uses the environment variable
  17.   BUFFER_BLOCKS right now.
  18.   just defaulted right now.
  19. * Added call to SNDSwapSoundToHost before actually playing the sound, so
  20.   it should work on NS/intel now.
  21. * Because of quite recent changes to the Makefile it should even work with
  22.   NeXT's native make (at least it does for me ;))
  23.  
  24. I think that's it. If you have any questions, ask away. My email adress is
  25. grossman@informatik.tu-muenchen.de.
  26.  
  27. Rolf
  28.